home *** CD-ROM | disk | FTP | other *** search
- object AddAWordForm: TAddAWordForm
- Left = 324
- Top = 90
- ActiveControl = NewWord
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Add A Word'
- ClientHeight = 338
- ClientWidth = 222
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 296
- Width = 222
- Height = 42
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object SaveButton: TBitBtn
- Left = 136
- Top = 6
- Width = 75
- Height = 31
- Caption = '&Save'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = SaveButtonClick
- NumGlyphs = 2
- end
- object Cancelbutton: TBitBtn
- Left = 28
- Top = 6
- Width = 85
- Height = 31
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = CancelbuttonClick
- NumGlyphs = 2
- end
- end
- object NewWord: TEdit
- Left = 30
- Top = 18
- Width = 163
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 1
- end
- object BadWordTypesGroup: TRadioGroup
- Left = 30
- Top = 48
- Width = 163
- Height = 229
- BiDiMode = bdLeftToRight
- Caption = 'Word Category'
- ItemIndex = 0
- Items.Strings = (
- 'Pornography'
- 'Adult Subjects'
- 'Violence/Criminal Activity'
- 'Hate/Persecution'
- 'Drugs/Alcolhol'
- 'Gambling'
- 'Weaponry')
- ParentBiDiMode = False
- TabOrder = 2
- end
- end
-